home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 27
/
CDROM27.iso
/
share
/
progra
/
mai
/
Application, preventing more than one instance from running
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-07-14
|
177 b
|
6 lines
'Description: Prevents than one instance of an application from running
'Place the following code in a Form_Load() or Sub Main()
If App.PrevInstance = True Then
Unload Me